0.4.3-1 release with bug fixes and updated symbols
authorOsamu Aoki <osamu@debian.org>
Sat, 14 Sep 2013 15:19:37 +0000 (00:19 +0900)
committerOsamu Aoki <osamu@debian.org>
Sat, 14 Sep 2013 15:21:07 +0000 (00:21 +0900)
debian/changelog
debian/control
debian/docs
debian/libopencc1.symbols
debian/rules

index 86d3efcd13ca5b9243d7288aea656d0f07234de6..6b7734c18c27da8390d094f1899a598ae875d5c1 100644 (file)
@@ -1,10 +1,11 @@
-opencc (0.4.3-1) UNRELEASED; urgency=low
+opencc (0.4.3-1) experimental; urgency=low
 
   * New upstream release.
   * Update watch file.
   * Clean up debian/control and wrap-and-sort.
+  * Update symbols file.
 
- -- Osamu Aoki <osamu@debian.org>  Sat, 14 Sep 2013 23:40:00 +0900
+ -- Osamu Aoki <osamu@debian.org>  Sun, 15 Sep 2013 00:13:31 +0900
 
 opencc (0.4.0-1) experimental; urgency=low
 
index 9105af1b4629aac9f31f8e8900812b31b02cfed1..cc5b10594f4b8cb0729b2599c93bc8f5902c579e 100644 (file)
@@ -15,6 +15,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/opencc.git
 Package: opencc
 Section: utils
 Architecture: any
+Multi-Arch: foreign
 Depends: libopencc1 (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
 Description: simplified-traditional chinese conversion tool
  opencc is a library for converting character between traditional chinese and
@@ -24,8 +25,8 @@ Description: simplified-traditional chinese conversion tool
 
 Package: libopencc1
 Architecture: any
-Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Replaces: libopencc0
 Conflicts: libopencc0
@@ -38,6 +39,7 @@ Description: simplified-traditional chinese conversion library - runtime
 Package: libopencc-dev
 Section: libdevel
 Architecture: any
+Multi-Arch: same
 Depends: libopencc1 (= ${binary:Version}), ${misc:Depends}
 Description: simplified-traditional chinese conversion library - development
  opencc is a library for converting character between traditional chinese and
@@ -49,6 +51,7 @@ Package: libopencc-dbg
 Section: debug
 Priority: extra
 Architecture: any
+Multi-Arch: same
 Depends: libopencc1 (= ${binary:Version}), ${misc:Depends}
 Description: simplified-traditional chinese conversion library - debug
  opencc is a library for converting character between traditional chinese and
index 2ca0cf482764c94e7c015e86b13e3c10749f079c..056449810a46723d1c53bcf2b932c72bf36018da 100644 (file)
@@ -1,3 +1,3 @@
 AUTHORS
-README
-NEWS
+README.md
+NEWS.md
index bf04498c955299009d97d331de821a0af38e10a3..bf9cc26863234e548d710214be4bede22b5f2387 100644 (file)
@@ -2,6 +2,7 @@ libopencc.so.1 libopencc1 #MINVER#
  opencc_close@Base 0.1.0
  opencc_convert@Base 0.1.0
  opencc_convert_utf8@Base 0.1.0
+ opencc_convert_utf8_free@Base 0.4.3
  opencc_dict_load@Base 0.1.0
  opencc_errno@Base 0.1.0
  opencc_open@Base 0.1.0
index f755bd29753b20f456283485a1e2a064c139c51e..6c1acdb5b6a089f1c73164d93f75733f4c5984e9 100755 (executable)
@@ -14,7 +14,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 override_dh_auto_configure:
        dh_auto_configure -- \
                -DCMAKE_INSTALL_PREFIX=/usr \
-               -DCMAKE_INSTALL_LIBDIR=/usr/lib/${DEB_HOST_MULTIARCH}/ \
+               -DCMAKE_INSTALL_LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)/ \
                -DCMAKE_BUILD_TYPE=Release \
                -DENABLE_GETTEXT:BOOL=ON